Functoid - AutoNumber

AutoNumber Functoid

Description: The AutoNumber Functoid will generate a number with each row a diagram would yield (before application of Diagram Properties Filter). This number is determined by the available parameters. StartValue will set the first value on which the StepSize will increment on. MaxNumber is the threshold on which the number generation will be reset to start with StartValue once an increment would cross the threshold. Inputs with their allowed values:

Picture of the AutoNumber Functoid

 
Remark: StartValue and StepSize are not allowed to be empty and must contain whole integer values. Leaving MaxNumber empty will apply no threshold. Example: See Figure 1. Changing the StepSize into 2 would yield: 1, 3, 5, 7, 9, etc. Changing the MaxNumber into 3 would yield: 1, 2, 3, 1, 2, 3, etc.

Figure 1